Uses of Package
negotiator.boaframework

Packages that use negotiator.boaframework
negotiator.boaframework   
negotiator.boaframework.acceptanceconditions.anac2010   
negotiator.boaframework.acceptanceconditions.anac2011   
negotiator.boaframework.acceptanceconditions.other   
negotiator.boaframework.agent   
negotiator.boaframework.offeringstrategy   
negotiator.boaframework.offeringstrategy.anac2010   
negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010   
negotiator.boaframework.offeringstrategy.anac2011   
negotiator.boaframework.offeringstrategy.other   
negotiator.boaframework.omstrategy   
negotiator.boaframework.opponentmodel   
negotiator.boaframework.opponentmodel.tools   
negotiator.boaframework.repository   
negotiator.boaframework.sharedagentstate.anac2010   
negotiator.boaframework.sharedagentstate.anac2011   
negotiator.boaframework.sharedagentstate.anac2011.gahboninho   
negotiator.protocol.alternatingoffers   
negotiator.qualitymeasures   
negotiator.tournament   
negotiator.tournament.VariablesAndValues   
 

Classes in negotiator.boaframework used by negotiator.boaframework
Actions
          Possible actions of an acceptance strategy.
BOAcomponent
          Creates a BOA component consisting of the classname of the component, the type of the component, and all parameters.
BOAparameter
          Class used to store the information of a BOA parameter.
ComponentsEnum
           
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
OutcomeSpace
          This class generates the complete outcome space and is therefore useful if someone wants to quickly implement an agent.
SessionData
          In a BOAagent each component should be able to store data to be used in the next negotiation session.
SharedAgentState
          When decoupling existing agents into their separate components, it often happens that a component loosely depends on another component; for example an acceptance condition can depend on a target utility calculated by the offering strategy.
SortedOutcomeSpace
          This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility Methods have been optimized to work with a sorted list.
 

Classes in negotiator.boaframework used by negotiator.boaframework.acceptanceconditions.anac2010
AcceptanceStrategy
          Describes an acceptance strategy of an agent of the BOA framework.
Actions
          Possible actions of an acceptance strategy.
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.acceptanceconditions.anac2011
AcceptanceStrategy
          Describes an acceptance strategy of an agent of the BOA framework.
Actions
          Possible actions of an acceptance strategy.
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.acceptanceconditions.other
AcceptanceStrategy
          Describes an acceptance strategy of an agent of the BOA framework.
Actions
          Possible actions of an acceptance strategy.
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
OutcomeTuple
          This class is a container which holds the necessary information so that a particular NegotiationOutcome of the multi-acceptance criteria (MAC) can be reconstructed given a full negotiation outcome.
 

Classes in negotiator.boaframework used by negotiator.boaframework.agent
AcceptanceStrategy
          Describes an acceptance strategy of an agent of the BOA framework.
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
OutcomeSpace
          This class generates the complete outcome space and is therefore useful if someone wants to quickly implement an agent.
 

Classes in negotiator.boaframework used by negotiator.boaframework.offeringstrategy
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.offeringstrategy.anac2010
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.offeringstrategy.anac2011
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.offeringstrategy.other
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.omstrategy
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.opponentmodel
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.opponentmodel.tools
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.repository
AcceptanceStrategy
          Describes an acceptance strategy of an agent of the BOA framework.
BOAparameter
          Class used to store the information of a BOA parameter.
ComponentsEnum
           
OfferingStrategy
          Describes a bidding strategy of an agent of the BOA framework.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.boaframework.sharedagentstate.anac2010
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
SharedAgentState
          When decoupling existing agents into their separate components, it often happens that a component loosely depends on another component; for example an acceptance condition can depend on a target utility calculated by the offering strategy.
 

Classes in negotiator.boaframework used by negotiator.boaframework.sharedagentstate.anac2011
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OMStrategy
          This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
SharedAgentState
          When decoupling existing agents into their separate components, it often happens that a component loosely depends on another component; for example an acceptance condition can depend on a target utility calculated by the offering strategy.
 

Classes in negotiator.boaframework used by negotiator.boaframework.sharedagentstate.anac2011.gahboninho
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
 

Classes in negotiator.boaframework used by negotiator.protocol.alternatingoffers
OutcomeTuple
          This class is a container which holds the necessary information so that a particular NegotiationOutcome of the multi-acceptance criteria (MAC) can be reconstructed given a full negotiation outcome.
 

Classes in negotiator.boaframework used by negotiator.qualitymeasures
NegotiationSession
          This is a class which manages all the negotiation session pertinent information to a single agent.
OpponentModel
          Describes an opponent model of an agent of the BOA framework.
 

Classes in negotiator.boaframework used by negotiator.tournament
BOAagentInfo
          This class is a container which describes a full BOA agent.
 

Classes in negotiator.boaframework used by negotiator.tournament.VariablesAndValues
BOAagentInfo
          This class is a container which describes a full BOA agent.